home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  1998-06-20  |  2KB  |  85 lines

  1. object Form8: TForm8
  2.   Left = 274
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Done...'
  6.   ClientHeight = 258
  7.   ClientWidth = 381
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 377
  20.     Height = 253
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 154
  26.       Top = 18
  27.       Width = 70
  28.       Height = 29
  29.       Caption = 'Done!'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -24
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 126
  39.       Top = 70
  40.       Width = 121
  41.       Height = 13
  42.       Caption = 'All you have to do now is:'
  43.     end
  44.     object Label3: TLabel
  45.       Left = 28
  46.       Top = 100
  47.       Width = 302
  48.       Height = 13
  49.       Caption = 
  50.         '1. Find the pictures (has to be BMP) you would like to include i' +
  51.         'n '
  52.     end
  53.     object Label4: TLabel
  54.       Left = 40
  55.       Top = 122
  56.       Width = 270
  57.       Height = 13
  58.       Caption = 'in your demo, and  rename them into '#39'1.bmp'#39', '#39'2.bmp'#39' etc..'
  59.     end
  60.     object Label5: TLabel
  61.       Left = 28
  62.       Top = 148
  63.       Width = 289
  64.       Height = 13
  65.       Caption = '2. Copy them into the map '#39'pictures'#39' in your created demo dir. '
  66.     end
  67.     object Label6: TLabel
  68.       Left = 104
  69.       Top = 180
  70.       Width = 173
  71.       Height = 13
  72.       Caption = 'Now your demo is ready to distribute!'
  73.     end
  74.     object Button1: TButton
  75.       Left = 151
  76.       Top = 210
  77.       Width = 75
  78.       Height = 25
  79.       Caption = 'Ok'
  80.       TabOrder = 0
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84. end
  85.